home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ooii998.zip / OOIITOUR.ZIP / ECHO.DOC next >
Text File  |  1992-10-29  |  5KB  |  84 lines

  1.  
  2. ECHO INSTALLATION FOR TOURNAMENT CHALLENGE GAME: 
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  4.  
  5. With the initiation of the National Challenge Tournament game,  the
  6. installation of an accompanying echo was found to be a substantial
  7. enhancement to the game.  The echo is outside the game and gives the
  8. players an opportunity to communicate with other players in both cities
  9. without using valuable game time.  And having members from each city
  10. playing on the same team, this allows a player that has <<<croaked>>> or
  11. lost track of time inside the game, the option of still sending a message
  12. to other team members.  With this game in your city only one day then
  13. gone one day, this could be a major strategy.  Once again with long
  14. distance charges, splitting the costs is the primary obstacle.
  15.  
  16. Setting up the echo using your mailer and BBS is going to be up to you. 
  17. The only important instruction is that the echo must have the same name
  18. on both ends.  The following example will give you a simple solution of
  19. how I've added this feature to the Challenge game but may need edited and
  20. experimented with to conform to other mailer and BBS setups. 
  21.  
  22. STEP 1: 
  23. Set up the echo in your mailer, BBS software and mail tosser if required.
  24. If you need a separate directory for the echo, set it up.  We call our
  25. echo OOIITOUR.  This is a private echo between the participating boards
  26. and is passed to those only.  Our echo is set up for private/public
  27. messages and uses Aliases. The Alias must conform to the Alias used in
  28. the Challenge game. 
  29.  
  30. STEP 2: 
  31. Set up the routing of the Echo.  This is the confusing part.  Our game is
  32. set up with game and echo passing everyday.  To split the expenses, the
  33. BBS with the game installed must poll the BBS without the game.  Once the
  34. game is passed and the poll is taken, the responsibility of polling
  35. passes to the board that now has the game.  Depending on how often the
  36. participating boards call each other, other than OOII files transfers,
  37. depends on what routing verbs you'll need to use in your routing control
  38. file.  Once again you'll need to figure out what conforms to you system.
  39. In this case, I only call the other board to pass OOII files.  Any other
  40. communications between my board and the other will go with IMMEDIATE
  41. STATUS or is included in another event.  For this example we'll keep it
  42. simple. 
  43.  
  44.             Since I only want to call the other board when passing 
  45.             files or echo the first step is adding a GLOBAL command to 
  46.             the beginning of the route control file: 
  47.             HOLD 1:NNN/NNN                ;receiving BBS 
  48.             This verb will hold all mail for the other board until 
  49.             instructed specifically to send it or the other board calls 
  50.             for it's mail.  If the game is in the other city and it's 
  51.             that city's turn to poll, the echo will be held until that 
  52.             board calls. 
  53.  
  54.             Next step is to insure my system overrides the GLOBAL HOLD 
  55.             command when the game is on my board and polls the other
  56.             board when sending the OOII files.  This can be done with
  57.             the XROBOT POLL command.  This command will need to be in
  58.             the :ZIP <sending> labels.  It should like this:
  59.             XR POLL 1:NNN/NNN. 
  60.             This line should be added right after the XR SEND line in 
  61.             the :ZIP label.  Make sure XR.EXE <or whatever utility you   
  62.             use> is in your path or you must change to that directory
  63.             with a command prior to the XR POLL <command>. 
  64.             XR POLL <address command> will create a separate CRASH 
  65.             status message in addition to the message generated by 
  66.             the SEND <filename> command. 
  67.  
  68. In addition to the XRobot files, an EMSI handshake with a session level
  69. password will insure that your system polls the other system for any and
  70. ALL waiting or hold status mail or messages that might be waiting for
  71. pickup.  Therefore, in case your POLL generated message fails to pick up
  72. all waiting mail, the EMSI handshake with a session level password is a
  73. good tool, because there were times that the other system would override
  74. a generated message. 
  75.  
  76.  
  77. **** NOTE **** This is a very basic setup for an echo.  You may need to
  78. seriously configure (and reconfigure) this option to suit your system but
  79. the trouble is more than worth the rewards.  
  80.  
  81. Now that the two of us have been forced to READ DOC FILES, we have
  82. learned more about mailers and their command line setup  than EITHER ONE
  83. OF US EVER WANTED TO KNOW !!  <grin> 
  84.